バージョン

Item(Int32) プロパティ

指定したインデックスにある項目および並べ替え条件の組み合わせを取得または設定します。
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal index As System.Integer _
) As System.Collections.Generic.KeyValuePair(Of T,SortCondition)
public System.Collections.Generic.KeyValuePair<T,SortCondition> Item( 
   System.int index
) {get; set;}

パラメータ

index
項目および並べ替え条件の組み合わせを取得するインデックス。
例外
例外解説
System.ArgumentNullException 割り当てられた値の Key または Value は null です。
System.InvalidOperationException 異なるインデックスにあるコレクション内のすでに割り当てられた値の Key。
参照

オンラインで表示: GitHub